home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-30 | 633 b | 26 lines |
- #
- # This is the make file for the prsr. library for DJGCC on the IBMPC.
- #
- # Gershon Elber, Aug 1990
- #
-
- !include "..\makeflag.djg"
-
- OBJS = bbox.obj convex.obj geomat3d.obj geomvals.obj intrnrml.obj poly_cln.obj
-
- libgeom.a: $(OBJS)
- ar rc libgeom.a $(OBJS)
-
- install: libgeom.a
- copy libgeom.a $(LIB_DIR_DOS)
- ar s $(LIB_DIR_DOS)\libgeom.a
- copy *.h $(INC_DIR_DOS)
-
- # Dependencies starts here - do not touch, generated automatically.
- bbox.o: bbox.h
- convex.o: convex.h poly_cln.h geomat3d.h intrnrml.h
- geomat3d.o: convex.h geomat3d.h
- geomvals.o: convex.h geomat3d.h geomvals.h
- intrnrml.o: geomat3d.h intrnrml.h
- poly_cln.o: poly_cln.h
-